Search
SimpleSeries Constructor
See Also
 






Initializes a new instance of the SimpleSeries class with the specified labels and values.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public SimpleSeries (
    List<Double> values,
    List<String> labels
)

 Parameters

values

A list of data values.

labels

A list of labels.

 See Also